X
With ejs, the render method will automatically look in the views directory for the file.
Files in the views folder need to have the ejs extension.
You can pass data to the view with ejs. The second argument of the render method takes an object with the data you want to pass to the view.
If the property is an object & they have the same name, you can just pass that name.